home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / working / houCons.dxr / exitFrameScripts_49.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  219 b   |  10 lines

  1. on exitFrame me
  2.   global gConMan
  3.   NextInteriorLabelToGoTo = getNextInteriorLabelToGoTo(gConMan)
  4.   if NextInteriorLabelToGoTo <> "int_bath" then
  5.     go(the frame + 4)
  6.   else
  7.     go(NextInteriorLabelToGoTo)
  8.   end if
  9. end
  10.